FHIR IG Statistics: StructureDefinition/bc-MotherOf
Package | nictiz.fhir.nl.stu3.geboortezorg |
Resource Type | StructureDefinition |
Id | bc-MotherOf |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3-rc7&canonical=http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf |
URL | http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf |
Version | 1.3.2 |
Status | active |
Name | bc-MotherOf |
Title | bc-MotherOf |
Realm | nl |
Description | A RelatedPerson profile describing the relation between mother and child as defined by BabyConnect.
The RelatedPerson is the mother, which is a related person of the child Patient.
* The RelatedPerson.patient refers to the child Patient
* The RelatedPerson.link refers to the mother Patient, RelatedPerson.link.type is set to seealso |
Copyright | CC0 |
Type | RelatedPerson |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "bc-MotherOf",
"url": "http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf",
"version": "1.3.2",
"name": "bc-MotherOf",
"title": "bc-MotherOf",
"status": "active",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "email",
"value": "geboortezorg@nictiz.nl",
"use": "work"
}
]
}
],
"description": "A RelatedPerson profile describing the relation between mother and child as defined by BabyConnect. \r\nThe RelatedPerson is the mother, which is a related person of the child Patient.\r\n* The RelatedPerson.patient refers to the child Patient\r\n* The RelatedPerson.link refers to the mother Patient, RelatedPerson.link.type is set to seealso",
"copyright": "CC0",
"fhirVersion": "3.0.2",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/w5",
"name": "W5 Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "gebz-peri-v2.3",
"uri": "https://decor.nictiz.nl/art-decor/decor-datasets--peri20-?id=2.16.840.1.113883.2.4.3.11.60.90.77.1.6&effectiveDate=2016-09-08T00%3A00%3A00&conceptId=2.16.840.1.113883.2.4.3.11.60.90.77.2.6.40050&conceptEffectiveDate=2016-09-08T00%3A00%3A00",
"name": "Geboortezorg Perinatologie 2.3"
},
{
"identity": "gebz-peri-v3.2",
"uri": "https://decor.nictiz.nl/art-decor/decor-datasets-\\-peri20-?id=2.16.840.1.113883.2.4.3.11.60.90.77.1.6&effectiveDate=2016-09-08T00%3A00%3A00&conceptId=2.16.840.1.113883.2.4.3.11.60.90.77.2.6.4&conceptEffectiveDate=2016-09-08T00%3A00%3A00",
"name": "Geboortezorg 3.2"
}
],
"kind": "resource",
"abstract": false,
"type": "RelatedPerson",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "RelatedPerson.patient",
"path": "RelatedPerson.patient",
"type": [
{
"code": "Reference",
"targetProfile": "http://nictiz.nl/fhir/StructureDefinition/bc-Child"
}
]
},
{
"id": "RelatedPerson.relationship.coding",
"path": "RelatedPerson.relationship.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "RelatedPerson.relationship.coding:mother",
"path": "RelatedPerson.relationship.coding",
"sliceName": "mother",
"patternCoding": {
"system": "http://hl7.org/fhir/v3/RoleCode",
"code": "MTH",
"display": "Mother"
}
}
]
}
}